@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
	font-size: 16px;
	color: #222;
}
/* 清理浮动 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.pagewidth {
	width: 1240px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	transition-duration: 0.3s!important;
}
a:hover {
	text-decoration: none;
}
.hide {
	display: none;
}
img {
	border: none;
	display: block;
}
body, html {
	height: 100%;
}
button, textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
.box_404 {
	padding: 15% 0;
	text-align: center;
	background: #f6f6f6
}
.box_404 h1 {
	font-size: 120px;
	font-weight: bold;
	text-align: center;
}
.box_404 p {
	text-align: center;
	color: #666;
	margin-bottom: 30px;
}
.box_404 a {
	margin: 0 auto;
	padding: 12px 20px;
	color: #fff;
	background: #ff0000;
	display: inline-table;
	border-radius: 3px;
	margin: 0 auto;
}
@font-face {
	font-family: 'Gotham Bold';
	src: url('../font/Gotham-Bold.eot');
	src: url('../font/Gotham-Bold.eot?#iefixx') format('embedded-opentype'),  url('../font/Gotham-Bold.woff2') format('woff2'),  url('../font/Gotham-Bold.woff') format('woff'),  url('../font/Gotham-Bold.ttf') format('truetype'),  url('../font/Gotham-Bold.svg#Gotham-Boldd') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gotham Medium';
	src: url('../font/Gotham-Medium.eot');
	src: url('../font/Gotham-Medium.eot?#iefixx') format('embedded-opentype'),  url('../font/Gotham-Medium.woff2') format('woff2'),  url('../font/Gotham-Medium.woff') format('woff'),  url('../font/Gotham-Medium.ttf') format('truetype'),  url('../font/Gotham-Medium.svg#Gotham-Mediumm') format('svg');
	font-style: normal;
	font-display: swap;
}
.text a {
	-webkit-animation: tada 3s infinite linear;
	-moz-animation: tada 3s infinite linear;
	transition-duration: 0.3s;
}
.title2 a {
	-webkit-animation: tada 3s infinite linear;
	-moz-animation: tada 3s infinite linear;
}
.chat a {
	-webkit-animation: tada 3s infinite linear;
	-moz-animation: tada 3s infinite linear;
}
 @-moz-keyframes tada {
 0% {
 -moz-transform: scale(1);
}
 5%, 10% {
 -moz-transform: scale(0.95) rotate(-1deg);
}
 15%, 25%, 35% {
 -moz-transform: scale(1.05) rotate(1deg);
}
 20%, 30% {
 -moz-transform: scale(1.05) rotate(-1deg);
}
 40%, 50%, 60%, 70%, 80%, 90%, 100% {
 -moz-transform: scale(1) rotate(0);
}
}
 @-webkit-keyframes tada {
 0% {
 -webkit-transform: scale(1);
}
 5%, 10% {
 -webkit-transform: scale(0.95) rotate(-1deg);
}
 15%, 25%, 35% {
 -webkit-transform: scale(1.05) rotate(1deg);
}
 20%, 30% {
 -webkit-transform: scale(1.05) rotate(-1deg);
}
 40%, 50%, 60%, 70%, 80%, 90%, 100% {
 -webkit-transform: scale(1) rotate(0);
}
}
.page {
	text-align: center;
	padding: 50px 0px 100px 0px
}
.page a {
	border: #ececec solid 1px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding-left: 18px;
	border-radius: 3px;
	padding-right: 18px;
	background: #fff;
	margin-left: 3px;
	margin-right: 3px;
	color: #666;
	font-size: 14px;
	display: inline-block;
	transition-duration: 0.3s; /*box-shadow: 0px 5px 5px rgba(0,0,0,0.0)*/
}
.page a:hover {
	height: 40px;
	line-height: 40px;
	padding-left: 18px;
	padding-right: 18px;
	background: #fff;
	color: #555;
	font-size: 14px;
	display: inline-block; /*box-shadow: 0px 5px 5px rgba(0,0,0,0.05);*/
	transform: translateY(-2px)
}
.page a.active {
	background: #ff0000;
	color: #fff;
	cursor: not-allowed;
}
.left {
	float: left;
}
.right {
	float: right;
}
.header {
	height: 80px;
	line-height: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	background: rgba(255,255,255,1);
	transition-duration: 0.5s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0, 15);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0, 15);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0, 15);
}
.header .pagewidth {
	position: relative;
}
.header .pagewidth {
	width: auto;
	padding-left: 2%;
	padding-right: 2%;
}
.header .logo {
	float: left;
	transition-duration: 0.3s;
	position: relative;
	padding-top: 15px;
}
.header .logo img {
	display: block;
	height: 50px;
	transition-duration: 0.3s
}
.header .right {
	float: right;
	font-size: 14px;
	margin-left: 20px;
}
.header .right .login {
	border: #ff0000 solid 1px;
	border-radius: 4px;
	padding: 8px 15px;
	color: #ff0000;
	transition-duration: 0.3s;
	position: relative;
}
.header .right .login:hover {
	background: #ff0000;
	color: #fff;
	position: relative;
}
.header .right .login .sub {
	padding-top: 30px;
	position: absolute;
	left: -20px;
	top: 20px;
	display: none;
}
.header .right .login dl {
	display: block;
	background: #fff;
	position: relative;
	border-radius: 3px;
	width: 120px;
	padding: 5px 0px;
	transition-duration: 0.3s;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.header .right .login dl:after {
	content: "";
	position: absolute;
	right: 30px;
	top: -6px;
	border: 6px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.header .right .login dl dd {
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.header .right .login dl dd a {
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #555;
}
.header .right .login dl dd a:hover {
	display: block;
	color: #ff0000;
	background: #f5f5f5
}
.header .right .login:hover .sub {
	display: block;
	animation: ss 0.3s forwards;
}
@keyframes ss {
 from {
 transform: translateY(10%);
}
to {
	transform: translateX(0%);
}
}
.header .right .applyfor a {
	border: #ff0000 solid 1px;
	border-radius: 4px;
	padding: 8px 15px;
	color: #fff;
	background: #ff0000;
	margin-left: 10px;
	transition-duration: 0.3s;
	position: relative;
	top: 0px;
	font-size: 24px;
}
.header .right .applyfor a:hover {
	background: #ff0000;
	position: relative;
	top: -2px;
}
.header .trigger {
	display: none;
}
.header .pc_menu {
	float: right;
}
.header .pc_menu ul {
}
.header .pc_menu a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
	height: 80px;
	line-height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	transition-duration: 0.3s;
}
.header .pc_menu a:hover {
	color: #ff0000;
	font-weight: bold;
}
.header .pc_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header .pc_menu > ul > li {
	display: block;
	float: left;
	position: relative;
	z-index: 3
}
.header .pc_menu > ul > li a.active {
	color: #ff0000;
	position: relative;
}
.header .pc_menu > ul > li a.active:after {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 0px;
	width: 100%;
	margin-left: 0px;
	left: 0%;
	height: 2px;
	background: #ff0000;
	border-radius: 3px;
}
.header .pc_menu ul li:hover a {
	color: #ff0000;
	font-weight: normal;
}
.header .pc_menu > ul > li:hover:after {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 20px;
	width: auto;
	right: 20px;
	margin-left: 0px;
	height: 2px;
	background: #ff0000;
	border-radius: 3px;
}
.header .pc_menu ul li a i {
	transition-duration: 0.3s
}
.header .pc_menu ul li:hover a i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.header .pc_menu > ul > li > ul {
	background-color: #fff;
	position: absolute;
	display: none;
	top: 100%;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 3px;
	z-index: 444;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2)
}
.header .pc_menu > ul > li > ul:after {
	position: absolute;
	content: "";
	left: 44px;
	top: -6px;
	border: 6px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.header .pc_menu > ul > li:hover > ul {
	display: block;
}
.header .pc_menu > ul > li > ul > li {
	position: relative;
}
.header .pc_menu > ul > li > ul > li p {
	display: none;
}
.header .pc_menu > ul > li > ul > li img {
	display: none;
}
.header .pc_menu > ul > li > ul > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.header .pc_menu > ul > li > ul > li:hover > ul {
	display: block;
	background-color: #333;
}
.header .pc_menu > ul > li > ul {
}
.header .pc_menu > ul > li > ul > li {
	height: 44px;
	line-height: 44px;
}
.header .pc_menu > ul > li > ul > li a {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #333!important;
	font-weight: normal!important;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
}
.header .pc_menu > ul > li > ul > li a:hover {
	background: #f5f5f5;
	color: #ff0000!important;
}
.header .pc_menu > ul > li > ul.submenu1 {
	text-align: center;
	background-color: #fff;
	width: 1500px;
	top: 100%;
	left: 50%;
	margin-left: -600px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.header .pc_menu > ul > li > ul.submenu1 li {
	display: inline-block;
}
.header .pc_menu > ul > li > ul.submenu1:after {
	position: absolute;
	content: "";
	left: 595px;
	top: -6px;
	border: 6px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.header .pc_menu > ul > li > ul.submenu1 li img {
	display: block;
}
.header .pc_menu > ul > li > ul.submenu1 li a {
	padding: 20px;
	border-radius: 6px;
	font-size: 16px;
	height: auto;
	line-height: auto;
	width: 240px;
	line-height: 1.5em;
	text-align: left;
}
.header .pc_menu > ul > li > ul.submenu1 li a p {
	display: block;
	font-size: 12px;
	color: #888;
}
.header .pc_menu > ul > li > ul.submenu1 li a img {
	width: 48px;
	float: left;
	margin-right: 15px;
}
.header .pc_menu > ul > li > ul.submenu1 li:hover:after {
	display: none!important;
}
.header .pc_menu > ul > li > ul.submenu4 {
	width: 280px;
	padding-left: 6px;
	padding-right: 6px;
}
.header .pc_menu > ul > li > ul.submenu4 li {
	float: left;
	width: 50%;
}
.header .pc_menu > ul > li > ul.submenu4 li a {
	border-radius: 6px;
}
.bgwhite {
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
}
.bgwhite .right .search {
	background: url(../images/search-2-line.svg) no-repeat #f6f6f6 center center;
	background-size: 20px 20px;
}
.bgwhite .right .search:hover {
	height: 40px;
	width: 236px;
	background: #f6f6f6;
}
.bgwhite .right .wechat a {
	background: #f6f6f6;
}
.bgwhite .right .wechat:hover a {
	background: #1080f2;
	color: #fff;
}
.blackbg {
	background: #201e24;
	padding-top: 10px;
	padding-bottom: 10px;
}
.position {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666;
	border-bottom: #ececec solid 1px;
}
.position a {
	margin-left: 5px;
	margin-right: 5px;
}
.footer {
	background: #fff;
}
/*首页导航*/
.index_header {
	height: 80px;
	line-height: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	box-shadow: 0px 0px 10px rgba(0,0,0,0);
	background: rgba(255,255,255,0);
	transition-duration: 0.5s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
}
.index_header .pagewidth {
	position: relative;
}
.index_header .pagewidth {
	width: auto;
	padding-left: 2%;
	padding-right: 2%;
}
.index_header .logo {
	float: left;
	transition-duration: 0.3s;
	position: relative;
	padding-top: 15px;
}
.index_header .logo img.black {
	display: none;
	height: 50px;
	transition-duration: 0.3s
}
.index_header .logo img.white {
	display: block;
	height: 50px;
	transition-duration: 0.3s
}
.index_header .right {
	float: right;
	font-size: 14px;
	margin-left: 20px;
}
.index_header .right .login {
	border: #fff solid 1px;
	border-radius: 4px;
	padding: 8px 15px;
	color: #fff;
	transition-duration: 0.3s;
	position: relative;
}
.index_header .right .login:hover {
	background: #fff;
	color: #ff0000;
	position: relative;
}
.index_header .right .login .sub {
	padding-top: 30px;
	position: absolute;
	left: -20px;
	top: 20px;
	display: none;
}
.index_header .right .login dl {
	display: block;
	background: #fff;
	position: relative;
	border-radius: 3px;
	width: 120px;
	padding: 5px 0px;
	transition-duration: 0.3s;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.index_header .right .login dl:after {
	content: "";
	position: absolute;
	right: 30px;
	top: -6px;
	border: 6px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.index_header .right .login dl dd {
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.index_header .right .login dl dd a {
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #555;
}
.index_header .right .login dl dd a:hover {
	display: block;
	color: #ff0000;
	background: #f5f5f5
}
.index_header .right .login:hover .sub {
	display: block;
	animation: ss 0.3s forwards;
}
@keyframes ss {
 from {
 transform: translateY(10%);
}
to {
	transform: translateX(0%);
}
}
.index_header .right .applyfor a {
	border: #fff solid 1px;
	border-radius: 4px;
	padding: 8px 15px;
	color: #fff;
	margin-left: 10px;
	transition-duration: 0.3s;
	position: relative;
	top: 0px;
}
.index_header .right .applyfor a:hover {
	border: #fff solid 1px;
	background: #fff;
	position: relative;
	top: -2px;
	color: #ff0000
}
.index_header .trigger {
	display: none;
}
.index_header .pc_menu {
	float: right;
}
.index_header .pc_menu ul {
}
.index_header .pc_menu a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
	height: 80px;
	line-height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	transition-duration: 0.3s;
}
.index_header .pc_menu a:hover {
	color: #fff;
	font-weight: bold;
}
.index_header .pc_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.index_header .pc_menu > ul > li {
	display: block;
	float: left;
	position: relative;
	z-index: 3
}
.index_header .pc_menu > ul > li a.active {
	color: #fff;
	position: relative;
}
.index_header .pc_menu > ul > li a.active:after {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 0px;
	width: 100%;
	margin-left: 0px;
	left: 0%;
	height: 2px;
	background: #fff;
	border-radius: 3px;
}
.index_header .pc_menu ul li:hover a {
	color: #fff;
	font-weight: normal;
}
.index_header .pc_menu > ul > li:hover:after {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 20px;
	width: auto;
	right: 20px;
	margin-left: 0px;
	height: 2px;
	background: #fff;
	border-radius: 3px;
}
.index_header .pc_menu ul li a i {
	transition-duration: 0.3s
}
.index_header .pc_menu ul li:hover a i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.index_header .pc_menu > ul > li > ul {
	background-color: #fff;
	position: absolute;
	display: none;
	top: 100%;
	width: 200px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 3px;
	z-index: 444;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2)
}
.index_header .pc_menu > ul > li > ul:after {
	position: absolute;
	content: "";
	left: 44px;
	top: -6px;
	border: 6px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.index_header .pc_menu > ul > li:hover > ul {
	display: block;
}
.index_header .pc_menu > ul > li > ul > li {
	position: relative;
}
.index_header .pc_menu > ul > li > ul > li p {
	display: none;
}
.index_header .pc_menu > ul > li > ul > li img {
	display: none;
}
.index_header .pc_menu > ul > li > ul > li > ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.index_header .pc_menu > ul > li > ul > li:hover > ul {
	display: block;
	background-color: #333;
}
.index_header .pc_menu > ul > li > ul {
}
.index_header .pc_menu > ul > li > ul > li {
	height: 44px;
	line-height: 44px;
}
.index_header .pc_menu > ul > li > ul > li a {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #333!important;
	font-weight: normal!important;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
}
.index_header .pc_menu > ul > li > ul > li a:hover {
	background: #f5f5f5;
	color: #ff0000!important;
}
.index_header .pc_menu > ul > li > ul.submenu1 {
	text-align: center;
	background-color: #fff;
	width: 1500px;
	top: 100%;
	left: 50%;
	margin-left: -600px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.index_header .pc_menu > ul > li > ul.submenu1 li {
	display: inline-block;
}
.index_header .pc_menu > ul > li > ul.submenu1:after {
	position: absolute;
	content: "";
	left: 595px;
	top: -6px;
	border: 6px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.index_header .pc_menu > ul > li > ul.submenu1 li img {
	display: block;
}
.index_header .pc_menu > ul > li > ul.submenu1 li a {
	padding: 20px;
	border-radius: 6px;
	font-size: 16px;
	height: auto;
	line-height: auto;
	width: 240px;
	line-height: 1.5em;
	text-align: left;
}
.index_header .pc_menu > ul > li > ul.submenu1 li a p {
	display: block;
	font-size: 12px;
	color: #888;
}
.index_header .pc_menu > ul > li > ul.submenu1 li a img {
	width: 48px;
	float: left;
	margin-right: 15px;
}
.index_header .pc_menu > ul > li > ul.submenu1 li:hover:after {
	display: none!important;
}
.index_header .pc_menu > ul > li > ul.submenu4 {
	width: 280px;
	padding-left: 6px;
	padding-right: 6px;
}
.index_header .pc_menu > ul > li > ul.submenu4 li {
	float: left;
	width: 50%;
}
.index_header .pc_menu > ul > li > ul.submenu4 li a {
	border-radius: 6px;
}
.index_bgwhite {
	height: 80px;
	line-height: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
	background: rgba(255,255,255,1)!important;
}
.index_bgwhite .logo img.black {
	display: block;
	height: 50px;
	transition-duration: 0.3s
}
.index_bgwhite .logo img.white {
	display: none;
	height: 50px;
	transition-duration: 0.3s
}
.index_bgwhite .right .search {
	background: url(../images/search-2-line.svg) no-repeat #f6f6f6 center center;
	background-size: 20px 20px;
}
.index_bgwhite .right .search:hover {
	height: 40px;
	width: 236px;
	background: #f6f6f6;
}
.index_bgwhite .right .wechat a {
	background: #f6f6f6;
}
.index_bgwhite .right .wechat:hover a {
	background: #1080f2;
	color: #fff;
}
.index_bgwhite .pc_menu a {
	color: #333;
}
.index_bgwhite .pc_menu > ul > li a.active {
	color: #ff0000;
}
.index_bgwhite .pc_menu > ul > li a.active:after {
	background: #ff0000;
}
.index_bgwhite .pc_menu > ul > li a:hover {
	color: #ff0000;
}
.index_bgwhite .pc_menu ul li:hover a {
	color: #ff0000;
	font-weight: normal;
}
.index_bgwhite .right .login {
	border: #ff0000 solid 1px;
	border-radius: 4px;
	padding: 8px 15px;
	color: #ff0000;
}
.index_bgwhite .right .login:hover {
	background: #ff0000;
	color: #fff;
}
.index_bgwhite .right .applyfor a {
	border: #ff0000 solid 1px;
	border-radius: 4px;
	padding: 8px 15px;
	color: #fff;
	background: #ff0000;
	margin-left: 10px;
	transition-duration: 0.3s;
	position: relative;
	top: 0px;
}
.index_bgwhite .right .applyfor a:hover {
	border: #ff0000 solid 1px;
	background: #ff0000;
	position: relative;
	top: -2px;
	color: #fff
}
/*首页导航 end*/


.inner {
	width: 24px;
	height: 16px;
	position: absolute;
	top: 22px;
	right: 0px;
}
.inner .icon-bar {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #ff0000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.inner .icon-bar.top {
	top: 0;
}
.inner .icon-bar.middle {
	top: 50%;
	margin-top: -1px;
}
.inner .icon-bar.bottom {
	bottom: 0;
}
.main_nav {
	display: table;
	width: 70%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -70%;
	bottom: 0;
	background: #ffffff;
	z-index: 203;
	-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);
	transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);
}
.main_nav .close_nav {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.main_nav .close_nav:before, .main_nav .close_nav:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ff0000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
	-webkit-transition: all 0.3s 0.3s;
	transition: all 0.3s 0.3s;
}
.main_nav .close_nav:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.main_nav .close_nav:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.main_nav.open {
	right: 0;
}
.main_nav.open .close_nav:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: 0;
}
.main_nav.open .close_nav:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition-delay: 0;
}
.main_nav .menu {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.main_nav .menu li {
	display: block;
	position: relative;
	line-height: 48px;
}
.main_nav .menu li:not(:last-child) {
	margin-bottom: 5px;
}
.main_nav .menu li.animated {
	left: 25px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 0px;
}
.main_nav .menu li.animated.show {
	left: 0;
	opacity: 1;
}
.main_nav .menu li a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #111111;
}
.main_nav .menu li a.active {
	color: #ff0000;
}
.main_nav .menu li ul {
	display: none;
	max-width: 80%;
	margin: 10px auto;
}
.main_nav .menu li ul li {
	display: block;
	position: relative;
	width: 50%;
	float: left;
}
.main_nav .menu li ul li a {
	font-size: 14px;
	font-weight: normal;
	color: rgba(17, 17, 17, 0.6);
	line-height: 32px;
	height: 32px;
	padding: 0 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.main_nav .menu li ul li a.active, .main_nav .menu li ul li a:hover {
	color: #111111;
}
.main_nav .menu li ul li a.active {
	font-weight: bold;
}
.main_overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 201;
	background: rgba(17, 17, 17, 0.9);
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);
	transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);
}
.main_overlay.open {
	opacity: 1;
	visibility: visible;
}
.index_header .inner .icon-bar {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.index_bgwhite .inner .icon-bar {
	background: #ff0000;
}
.footer {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 30px;
}
.footer .pagewidth {
	display: flex;
	justify-content: space-between;
}
.footer .contact {
	width: 330px;
}
.footer .contact .logo img {
	height: 60px;
}
.footer .contact .logo {
	margin-bottom: 20px;
}
.footer .contact h2 {
	color: #ff0000;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer .contact p {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
	line-height: 1.8em;
}
.footer .contact p a {
	color: #000;
}
.footer .contact p a:hover {
	color: #fff
}
.footer .contact p i {
	position: absolute;
	left: 0px;
	top: 1px;
}
.footer .nav h2 {
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}
.footer .nav ul li {
	margin-bottom: 20px;
	color: #a2a3a4;
}
.footer .nav ul li a {
	color: #000;
	font-size: 14px;
}
.footer .nav ul li a:hover {
	color: #ff0000;
}
.footer .wechat h2 {
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}
.footer .wechat .wechat_content {
	display: flex;
	margin-bottom: 30px;
}
.footer .wechat img {
	width: 100px;
}
.footer .wechat p strong {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.footer .wechat p {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 1.8em;
}
.footer .wechat .right {
	padding-top: 20px;
}
.link {
	background: #EFF2F5;
}
.link .pagewidth {
	/*border-top: #454649 solid 1px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}
.link .pagewidth h2 {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.link .pagewidth span {
	margin-right: 20px;
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
}
.link .pagewidth a {
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
}
.link .pagewidth a:hover {
	color: #fff;
}
.copy {
	background: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-size: 14px;
}
.copy span.beian {
	padding-left: 30px;
}
.copy a {
	color: #000;
}
.copy a:hover {
	color: #999;
}
/*橙色：ff0000*/




#message_content .formbox {
	padding: 30px;
	font-size: 14px;
	padding-top: 10px;
}
#message_content .formbox h2 {
	color: #111;
	font-size: 30px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: #ececec solid 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#message_content .formbox h3 {
	color: #666;
	font-size: 14px;
	line-height: 1.6em;
	padding-left: 0px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: normal;
}
#message_content .formbox h3 a {
	color: #ff0000;
	font-weight: bold;
}
#message_content .formbox .layui-word-aux {
	color: #666!important;
	line-height: 1.8em;
}
#message_content .formbox .layui-btn {
	background: #ff0000;
	padding-left: 50px;
	padding-right: 50px;
}
#message_content .formbox .layui-form-label {
	padding-left: 0!important
}
#message_content .formbox .layui-input-block {
	margin-left: 95px!important
}
.layui-layer-title {
	color: #fff!important;
	background: none!important;
	border-bottom: none!important
}
.layui-form-checked[lay-skin=primary] i {
	border-color: #ff0000!important;
	background-color: #ff0000!important;
	color: #fff
}
.layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #ff0000!important
}





/*大屏幕*/
@media screen and (max-width: 1920px) {
}
/*中屏幕*/
@media screen and (max-width: 1440px) {
}
/*平板*/
@media screen and (max-width: 768px) {
.header .trigger {
	display: block;
}
.index_header .trigger {
	display: block;
}
.left {
	float: none;
}
.right {
	float: none;
}
.pagewidth {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}
.pc_menu {
	display: none;
}
.header .right {
	display: none;
}
.header {
	height: 60px;
	line-height: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	background: rgba(255,255,255,1);
	transition-duration: 0.3s;
}
.header .right {
	display: none;
}
.header .logo {
	padding-top: 10px;
}
.header .logo img {
	height: 40px;
}
.header .pagewidth {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
.index_header .pagewidth {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
.index_header {
	height: 60px;
	line-height: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0);
	transition-duration: 0.3s;
}
.index_header .right {
	display: none;
}
.index_header .logo {
	padding-top: 10px;
}
.index_header .logo img.black {
	height: 40px;
}
.index_header .logo img.white {
	height: 40px;
}
.footer {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer .pagewidth {
	display: inherit;
	justify-content: space-between;
}
.footer .contact {
	width: auto;
	margin-bottom: 20px;
}
.footer .contact .logo img {
	height: 60px;
}
.footer .contact .logo {
	margin-bottom: 20px;
}
.footer .contact h2 {
	color: #ff0000;
	font-size: 18px;
	margin-bottom: 10px;
}
.footer .contact p {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 24px;
	position: relative;
	line-height: 1.8em;
}
.footer .contact p i {
	position: absolute;
	left: 0px;
	top: 1px;
}
.footer .nav {
	margin-bottom: 15px;
}
.footer .nav h2 {
	color: #ff0000;
	font-size: 18px;
	margin-bottom: 10px;
}
.footer .nav ul {
	display: flex;
	flex-wrap: wrap;
}
.footer .nav ul li {
	width: 33.33%;
	margin-bottom: 15px;
}
.footer .nav ul li a {
	color: #000;
	font-size: 14px;
}
.footer .nav ul li a:hover {
	color: #ff0000;
}
.footer .wechat h2 {
	color: #ff0000;
	font-size: 18px;
	margin-bottom: 30px;
}
.footer .wechat .wechat_content {
	display: flex;
	margin-bottom: 30px;
}
.footer .wechat img {
	width: 100px;
}
.footer .wechat p strong {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.footer .wechat p {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 1.8em;
}
.footer .wechat .right {
	padding-top: 20px;
}
.link {
	background: #EFF2F5;
}
.link .pagewidth {
	/*border-top: #454649 solid 1px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}
.link .pagewidth h2 {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.link .pagewidth span {
	margin-right: 20px;
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
}
.link .pagewidth a {
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
}
.link .pagewidth a:hover {
	color: #fff;
}
.copy {
	background: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-size: 14px;
}
.copy span.beian {
	padding-left: 30px;
}
.copy a {
	color: #000;
}
.copy a:hover {
	color: #999;
}
}
/*手机*/
@media screen and (max-width: 480px) {
}
/*小尺寸手机*/
@media screen and (max-width: 320px) {
}
/*横屏*/
@media all and (orientation : landscape) {
}
/*竖屏*/
@media all and (orientation : portrait) {
}
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }